.page-backgroundImage{
    background-image: url(../img/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cards-shadow{
    border: 1.5px solid silver;
    border-radius: 10px;
    box-shadow: 15px 11px 14px -11px rgba(0,0,0,0.1);
}

.dashboard-card{
    border: 1px solid rgba(219, 224, 229, 0.65);
    border-radius: 10px;
}

.text-spacing{
    letter-spacing: 0.1em;
}

/* Lօader */
.loaderData {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24 1s infinite alternate linear;
}
  
.loaderData::before {
    content: "ՏՎՅԱԼՆԵՐԻ ԲԵՌՆՈՒՄ...";
    line-height: 1em;
    letter-spacing: 7px;
    color: #0000;
    background: inherit;
    background-image: radial-gradient(circle closest-side,#fff 94%,#000);
    -webkit-background-clip: text;
    background-clip: text;
}
  
@keyframes l24 {
    100% {
      background-position: left
    }
}

/* END Lօader */
.w-10{
    width: 10px;
}

.w-35{
    width: 35px;
}
/*  */
.hover-active:hover {
    background-color: #f8f9fa;
    color: #0054a6;
}

/* print */
@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    @page {   
        size: "A4"; 
    } 
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0.5mm;
        top:0.5mm;
        bottom: 0.5mm;
        right:0.5mm;
    }
    .no-print{
      display: none;
    }
}
/*  */
.vl {
    border: none;
    border-left:1px solid rgb(190, 190, 190);
    height:70px;
    width:2px;   
}

/* div.dataTables_wrapper { min-height: 500px; }
div.fg-toolbar.ui-toolbar.ui-corner-tl { position: inherit; }
div.fg-toolbar.ui-toolbar.ui-corner-bl { position: absolute; bottom: 0; width: 100% }
div.dataTables_paginate { position: relative; float: right;} */

#pageTransport-TableRegistered_wrapper { min-height:450px; }
#pageTransport-TableDeregistered_wrapper { min-height:450px; }
#pageTransport-TableRejected_wrapper { min-height:450px; }
#pageDriver-TableRegistered_wrapper { min-height:450px; }
#pageDriver-TableDeregistered_wrapper { min-height:450px; }
#pageDriver-TableRejected_wrapper { min-height:450px; }
#pageRouter-TableBus_wrapper { min-height:450px; }
#pageRouter-TableMicroBus_wrapper { min-height:450px; }

table.dataTable span.highlight {
    background-color: #a0838344;
    border-radius: 0.28571429rem;
}
